ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Animation Namespace / Variable2 Class / GetVectorCurve Method / GetVectorCurve(ComArray<ComObject>,Int32) Method

In This Topic
    GetVectorCurve(ComArray<ComObject>,Int32) Method
    In This Topic
    HRESULT IUIAnimationVariable2::GetVectorCurve([In, Buffer] IUnknown** animation,[In] unsigned int cDimension)
    Syntax
    'Declaration
     
    Public Overloads Sub GetVectorCurve( _
       ByVal animation As ComArray(Of ComObject), _
       ByVal cDimension As System.Integer _
    ) 
    public void GetVectorCurve( 
       ComArray<ComObject> animation,
       System.int cDimension
    )

    Parameters

    animation
    cDimension
    See Also